home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / v10n12.arc / WINEXT.RC < prev    next >
Text File  |  1991-05-30  |  1KB  |  30 lines

  1.  
  2. #include <windows.h>
  3.  
  4. #include "winext.h"
  5. #include "dlg.h"
  6.  
  7. APP_ICO ICON    LOADONCALL MOVEABLE DISCARDABLE WINEXT.ICO
  8.  
  9. #include "dlg.dlg"
  10.  
  11. STRINGTABLE    LOADONCALL MOVEABLE DISCARDABLE
  12.     BEGIN
  13.          0, "Out of memory."
  14.          2, ".EXE, .COM, .BAT or .PIF file not found.\015\012\015\012If no .ext is given, Windows assumes .EXE.\015\012\015\012The argument list is limited to 127 bytes."
  15.          3, "Path not valid."
  16.          5, "Attempt to dynamically link to a task."
  17.          6, "Library requires separate data segments for each task."
  18.         10, "Incorrect Windows version."
  19.         11, "Invalid .EXE file (non-Windows .EXE or error in .EXE image)."
  20.         12, "OS/2 application."
  21.         13, "DOS 4.0 application."
  22.         14, "Unknown .EXE type."
  23.         15, "Attempt in protected (Standard or 386 Enhanced) mode to load an .EXE created for an earlier version of Windows."
  24.         16, "Attempt to load a second instance of an .EXE containing multiple, writeable data segments."
  25.         17, "Attempt in Large-Frame EMS mode to load a second instance of an application that links to certain non-shareable DLLs already in use."
  26.         18, "Attempt in Real mode to load an application marked for protected-mode only."
  27.     0xFFFF, "by Fran Finnegan"
  28.     END
  29.  
  30.